home *** CD-ROM | disk | FTP | other *** search
/ X User Tools / X User Tools (O'Reilly and Associates)(1994).ISO / sources / xwebstrm / rs6000 / xwebster
Text File  |  1994-10-02  |  613b  |  22 lines

  1. --- ./controlpanel.c.rtr    Fri Apr  3 19:41:24 1992
  2. +++ ./controlpanel.c    Mon Sep 19 09:18:00 1994
  3. @@ -40,6 +40,7 @@
  4.  #include <Xm/Text.h>
  5.  #include <Xm/TextF.h>
  6.  #include <Xm/Form.h>
  7. +#include <Xm/Label.h>
  8.  #include <Xm/LabelG.h>
  9.  /*
  10.  #include <Xw/PButton.h>
  11. --- Imakefile.rtr    Mon Sep 19 09:33:24 1994
  12. +++ Imakefile    Mon Sep 19 09:30:13 1994
  13. @@ -19,7 +19,7 @@
  14.  #
  15.  # This does not seem to be a problem even on the Suns RMC.
  16.  #
  17. -DEFINES       = -DAPPDEFAULTSDIR=\"$(XAPPLOADDIR)\"
  18. +DEFINES       = -DAPPDEFAULTSDIR=\"/usr/lib/X11/app-defaults\"
  19.  HDRS          = user_prefs.h \
  20.          xwebster.h
  21.  LOCAL_LIBRARIES = $(XMLIB) \
  22.